func go/constant.itof
3 uses
go/constant (current package)
value.go#L283: func itof(x intVal) floatVal { return floatVal{newFloat().SetInt(x.val)} }
value.go#L916: return itof(x)
value.go#L1081: return itof(x1), y
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)